.publicHeader {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1111;
  height: 74px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
.publicHeader .wrap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.publicHeader .wrap .titleBox {
  display: flex;
  align-items: center;
  height: 100%;
}
.publicHeader .wrap .titleBox ul {
  height: 100%;
  height: auto;
  display: flex;
  justify-content: start;
}
.publicHeader .wrap .titleBox ul li {
  margin: 0;
  margin-left: 37px;
}
.publicHeader .wrap .titleBox ul li a {
  display: inline-block;
  color: #414749;
  margin-top: 31px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.publicHeader .wrap .titleBox ul li a:hover {
  font-weight: 600;
}
.publicHeader .wrap .titleBox ul li a.active {
  border-bottom: 2px solid #c82126;
  font-weight: bold;
}
.publicHeader .wrap .logo {
  margin: 0;
}
.publicHeader .wrap .logo img {
  padding-bottom: 10px;
}
.publicHeaderHidden {
  width: 100%;
  height: 74px;
  display: none;
}
.publicHeaderBar {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
  transition: all 0.5s;
}
.publicHeaderBar > ul {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.publicHeaderBar > ul li {
  padding: 0 10px;
  line-height: 14px;
  position: relative;
}
.publicHeaderBar > ul li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-40%);
  width: 1px;
  height: 10px;
  background-color: #3b3b3b;
}
.publicHeaderBar > ul li a {
  color: #919191;
  font-size: 14px;
  line-height: 14px;
}
.publicHeaderBar > ul li:first-child {
  padding-left: 14px;
}
.publicHeaderBar > ul li:last-child::after {
  display: none;
}
.headerTopBarFixed {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.search-logo {
  display: flex;
  align-items: center;
}
.fabiao {
  margin-left: 30px;
  padding-left: 10px;
  margin-right: 15px;
  padding-right: 10px;
}
.iconBox {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  color: #87878a;
  position: relative;
}
.iconBox .icon_ {
  padding-bottom: 5px;
}
.iconBox > div {
  transition: all 0.5s;
  cursor: default;
}
.iconBox .hoverBox {
  position: absolute;
  top: 52px;
  padding: 0px;
  opacity: 0;
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
  z-index: -99999;
  cursor: default;
}
.iconBox .hoverBox > ul {
  background: #fff;
  display: flex;
  padding: 0 30px;
  padding-bottom: 22px;
  padding-top: 26px;
  box-shadow: 0 5px 7px 2px rgba(0, 0, 0, 0.2);
}
.iconBox .hoverBox > ul > a {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 38px;
}
.iconBox .hoverBox > ul > a > div {
  font-size: 14px;
  line-height: 14px;
  color: #87878a;
}
.iconBox .hoverBox > ul > a > div img {
  transition: all 0.5s;
}
.iconBox .hoverBox > ul > a > div:first-child {
  margin-bottom: 10px;
}
.iconBox .hoverBox > ul > a:hover > div {
  color: #414749;
}
.iconBox .hoverBox > ul > a:hover > div img {
  transform: translateY(-5px);
}
.iconBox .hoverBox > ul > a:last-child {
  margin-right: 0;
}
.iconBox .hoverBox > ul li:last-child {
  margin-right: 0;
}
.tougaoPublic {
  position: relative;
}
.iconBox:hover .hoverBox {
  height: 124px;
  top: 52px;
  opacity: 1;
  padding: 23px;
}
.iconBox:hover > div {
  color: #ce2e31;
}
.userAvatar {
  position: relative;
  width: 40px;
  height: 100%;
  margin-left: 35px;
}
.userAvatar .userAvatarImgBox {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
  box-sizing: border-box;
}
.userAvatar .userAvatarImgBox img {
  width: 100%;
  height: 100%;
}
.userAvatar .hoverTable {
  position: absolute;
  top: 60px;
  width: 100%;
  display: none;
}
.userAvatar .hoverTable .tableTriangle {
  width: 100%;
  height: 12px;
  position: relative;
  top: 0px;
  overflow: hidden;
}
.userAvatar .hoverTable .tableTriangle::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 99999;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-right: none;
}
.userAvatar .hoverTable .bgf6::after {
  background-color: #f6f6f6;
}
.userAvatar .hoverTable .userName {
  font-size: 14px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  justify-content: center;
  position: relative;
}
.userAvatar .hoverTable .userName > span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.userAvatar .hoverTable .userName > span a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userAvatar .hoverTable .userName .line {
  width: 65%;
  height: 1px;
  position: absolute;
  background-color: #f2f2f2;
  bottom: 0;
}
.userAvatar .hoverTable > ul {
  display: flex;
  flex-direction: column;
  width: 150px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.35);
}
.userAvatar .hoverTable > ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  line-height: 40px;
  background: #fff;
}
.userAvatar .hoverTable > ul li > div {
  padding-right: 20px;
}
.userAvatar .hoverTable > ul li > div img {
  width: 13.5px;
}
.userAvatar .hoverTable > ul li a {
  margin: 0;
  padding: 0;
  line-height: unset;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  display: inline-block;
  height: 100%;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userAvatar .hoverTable > ul li a:hover {
  font-weight: 500;
}
.userAvatar .hoverTable > ul li:hover {
  background: #F6F6F6;
}
.isSignIn:hover .hoverTable {
  display: block;
}
.titleBannerRight {
  display: flex;
  align-items: center;
  height: 100%;
}
.titleBannerRight .searchBox {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.titleBannerRight .searchBox .inputBox {
  width: 260px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
}
.titleBannerRight .searchBox .inputBox .rightbar-search {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 54px;
  border: none;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox {
  display: none;
  width: 310px;
  padding: 32px 0 30px 0;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  background: #fff;
  z-index: 9999;
  transform: translate(-50%, 0);
  border-radius: 8px;
  box-shadow: 0 3px 4px 2px rgba(55, 55, 55, 0.3);
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .searchHistory {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .searchHistory li {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 14px;
  color: #414749;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 22px;
  cursor: pointer;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .searchHistory li:last-child {
  margin-bottom: 0;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotTxt {
  font-size: 14px;
  color: #414749;
  padding: 30px 22px 15px 22px;
  box-sizing: border-box;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotBox {
  display: flex;
  height: 76px;
  overflow: hidden;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 22px;
  box-sizing: border-box;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotBox > li {
  height: 32px;
  box-sizing: border-box;
  margin: 0;
  border-radius: 2px;
  background-color: #f2f2f2;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 12px;
  transition: all 0.2s;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotBox > li > a {
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  transition: all 0.2s;
  color: #414749;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotBox > li > a:hover {
  font-weight: 500;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotBox li:first-child {
  background-color: #eef4ff;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotBox li:first-child a {
  color: #508ef4;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotBox li:hover {
  background-color: #508ef4;
  transition: all 0.2s;
}
.titleBannerRight .searchBox .inputBox .searchHistoryBox .hotBox li:hover a {
  color: #fff;
  transition: all 0.2s;
}
.titleBannerRight .searchBox .search-logo {
  position: absolute;
  right: 18px;
  top: 8px;
  padding: 5px 10px;
  cursor: pointer;
}
._Advertising {
  position: relative;
}
._Advertising img {
  position: absolute;
  top: 25px;
  right: -30px;
}
.hotSearchBox {
  width: 100%;
  box-sizing: border-box;
  margin-top: 23px;
}
.hotSearchBox > .hotTitleBox {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  margin-bottom: 24px;
  padding: 0 10px;
}
.hotSearchBox > .hotTitleBox > div {
  margin-right: 7px;
}
.hotSearchBox > .hotTitleBox img {
  padding-bottom: 2px;
}
.hotSearchBox > ul {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.hotSearchBox > ul > li {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 18px;
  padding-bottom: 25px;
}
.hotSearchBox > ul > li > span {
  display: inline-block;
}
.hotSearchBox > ul > li .hotNum {
  font-size: 18px;
  line-height: 18px;
  color: #c4c4c4;
  font-weight: 600;
}
.hotSearchBox > ul > li .hotRe {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  background-color: #c4c4c4;
  border-radius: 2px;
  padding: 2px;
  padding-right: 2.5px;
}
.hotSearchBox > ul > li > .hottitle {
  font-size: 14px;
  line-height: 14px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotSearchBox > ul > li > .hottitle a {
  color: #333333;
}
.hotSearchBox > ul > li:last-child {
  padding-bottom: 0px;
}
.hotSearchBox > ul > li:nth-child(1) .hotRe {
  background-color: #cc0000;
}
.hotSearchBox > ul > li:nth-child(1) .hotNum {
  color: #cc0000;
}
.hotSearchBox > ul > li:nth-child(2) .hotRe {
  background-color: #f26d5f;
}
.hotSearchBox > ul > li:nth-child(2) .hotNum {
  color: #f26d5f;
}
.hotSearchBox > ul > li:nth-child(3) .hotRe {
  background-color: #ff9406;
}
.hotSearchBox > ul > li:nth-child(3) .hotNum {
  color: #ff9406;
}
